[NTG-context] Re: How to track down source of [entry not flushed] displaying in indexes?

2024-03-13 Thread Joel via ntg-context
't showing the error, so something else in the document is causing it: \setvalue{W3}{this is text for W3} \defineregister[learnedshort][compress=yes] \setupregister[learnedshort][style=sansbold, textstyle=slanted, n=3, pagenumber=yes, indicator=no] % \defineregister[learnedlong][compress=yes] \set

[NTG-context] Re: How to track down source of [entry not flushed] displaying in indexes?

2024-03-13 Thread Joel via ntg-context
the error, so something else in the document is causing it: \setvalue{W3}{this is text for W3} \defineregister[learnedshort][compress=yes] \setupregister[learnedshort][style=sansbold, textstyle=slanted, n=3, pagenumber=yes, indicator=no] % \defineregister[learnedlong][compress=yes] \set

[NTG-context] How to track down source of [entry not flushed] displaying in indexes?

2024-03-13 Thread Joel via ntg-context
} \defineregister[learnedshort][compress=yes] \setupregister[learnedshort][style=sansbold, textstyle=slanted, n=3, pagenumber=yes, indicator=no] % \defineregister[learnedlong][compress=yes] \setupregister[learnedlong][style=sansbold, textstyle=slanted, n=2, pagenumber=yes, indicator=no] % \define[1

[NTG-context] Re: \em issue in MkXL (2024.03.05 11:26)

2024-03-10 Thread Hans Hagen
{\glyphslant  500 test \glyphslant \numericscaled2.0\glyphslant test} test test {\glyphweight 100 test \glyphweight\numericscaled2.0\glyphweight test} test \stoptext The problem is that compact mode uses them to apply the slanted feature without any manual use of the commands from a user

[NTG-context] Re: \em issue in MkXL (2024.03.05 11:26)

2024-03-10 Thread Wolfgang Schuster
\glyphslant test} test test {\glyphweight 100 test \glyphweight\numericscaled2.0\glyphweight test} test \stoptext The problem is that compact mode uses them to apply the slanted feature without any manual use of the commands from a user. \enableexperiments[fonts.compact] \definefontfamily

[NTG-context] Re: \em issue in MkXL (2024.03.05 11:26)

2024-03-09 Thread Wolfgang Schuster
Pablo Rodriguez via ntg-context schrieb am 08.03.2024 um 19:39: On 3/8/24 19:09, Wolfgang Schuster wrote: Pablo Rodriguez via ntg-context schrieb am 08.03.2024 um 18:50: [...] LMTX gets b, c and d in slanted form. LuaTeX gets only b and c in slanted form. [...] I get b and d in italic which

[NTG-context] Re: \em issue in MkXL (2024.03.05 11:26)

2024-03-08 Thread Pablo Rodriguez via ntg-context
On 3/8/24 19:09, Wolfgang Schuster wrote: > Pablo Rodriguez via ntg-context schrieb am 08.03.2024 um 18:50: >> [...] >> LMTX gets b, c and d in slanted form. >> >> LuaTeX gets only b and c in slanted form. > [...] > I get b and d in italic which is the expected out

[NTG-context] Re: \em issue in MkXL (2024.03.05 11:26)

2024-03-08 Thread Henning Hraban Ramm
}, it={style: regular, features:{default, quality, slanted}}, sl={style: regular, features:{default, quality, slanted}}] \setupbodyfontenvironment [default] [em=italic] \setupbodyfont[mainface] \starttext \startTEXpage[offset=1em] a\\ \em b\\ \em c\\ \em d

[NTG-context] Re: \em issue in MkXL (2024.03.05 11:26)

2024-03-08 Thread Wolfgang Schuster
}, it={style: regular, features:{default, quality, slanted}}, sl={style: regular, features:{default, quality, slanted}}] \setupbodyfontenvironment [default] [em=italic] \setupbodyfont[mainface] \starttext \startTEXpage[offset=1em] a\\ \em b\\ \em c\\ \em d

[NTG-context] \em issue in MkXL (2024.03.05 11:26)

2024-03-08 Thread Pablo Rodriguez via ntg-context
Dear list, the following latest gets differents results when compiled with MkXL and MkIV (in current latest from 2024.03.05 11:26): \definefontfamily[mainface][rm][TeX Gyre Termes] [features={default, quality}, it={style: regular, features:{default, quality, slanted}}, sl={style

[NTG-context] Re: issue mixing font features (LMTX & MkIV)

2024-03-04 Thread Hans Hagen via ntg-context
On 3/3/2024 11:54 AM, Pablo Rodriguez via ntg-context wrote: Dear list, I have the following sample: \definefontfeature[wider][extend=2] \definefontfamily[mainface][rm][TeX Gyre Pagella] [features={default, quality, wider}, it={style: regular, features:{default, slanted

[NTG-context] issue mixing font features (LMTX & MkIV)

2024-03-03 Thread Pablo Rodriguez via ntg-context
Dear list, I have the following sample: \definefontfeature[wider][extend=2] \definefontfamily[mainface][rm][TeX Gyre Pagella] [features={default, quality, wider}, it={style: regular, features:{default, slanted, quality}}, bf={style: regular, features:{default, boldened-30

[NTG-context] Re: Japanese

2024-02-29 Thread Jeong Dal via ntg-context
2/2024 à 18:34, Henning Hraban Ramm a écrit : > > Am 28.02.24 um 08:34 schrieb Otared Kavian: > >> Dear Dalyoung, > >> > >> Thank you very much for your insight. I downloaded the Noto Serif JP > >> fonts and set up a fontfamily as you indicated, by adding >

[NTG-context] Re: Japanese

2024-02-28 Thread Emanuel Han via ntg-context
a fontfamily as you indicated, by adding > >> \setscript[nihongo] > >> which solves a problem I had with line breakings. And everything > >> works smoothly! > >> > >> So, for the mail archive, here is what I have and what works fine: > >> > >

[NTG-context] Re: Japanese

2024-02-28 Thread Jean-Pierre Delange
works fine: %%% Noto Fonts \definefontfamily[JapaneseFont][rm][Noto Serif JP]    [   it={style:regular,features:{*,slanted}},        sl={style:regular,features:{*,slanted}},        bi={style:bold,features:{*,slanted}},force=yes] \definefontfamily[JapaneseFont][ss][Noto Serif JP

[NTG-context] Re: Japanese

2024-02-28 Thread Henning Hraban Ramm
, for the mail archive, here is what I have and what works fine: %%% Noto Fonts \definefontfamily[JapaneseFont][rm][Noto Serif JP]   [   it={style:regular,features:{*,slanted}},       sl={style:regular,features:{*,slanted}},       bi={style:bold,features:{*,slanted}},force=yes

[NTG-context] Re: Japanese

2024-02-27 Thread Otared Kavian
and what works fine: %%% Noto Fonts \definefontfamily[JapaneseFont][rm][Noto Serif JP] [ it={style:regular,features:{*,slanted}}, sl={style:regular,features:{*,slanted}}, bi={style:bold,features:{*,slanted}},force=yes] \definefontfamily[JapaneseFont][ss][Noto Serif JP

[NTG-context] Re: Japanese

2024-02-27 Thread Jeong Dal via ntg-context
;Noto Serif CJK KR” to Japanese font. I also use "\setscript[hangul]” when I use Korean as mainlanaguage. I hope that you may enhance the following code. Best regards, Dalyoung %%% Noto Fonts \definefontfamily[notoFont][rm][Noto Serif CJK KR] [ it={style:regular,features:{*,slanted}}

[NTG-context] Problem with textstyle

2023-11-17 Thread Rik Kabel
, ] \starttext \startchapter    [title={Oops!}] \input knuth-gpt \par \stopchapter \stoptext Replacing the textstyle /cap/ by any of /bold/, /slanted/, /smallcaps/, and /italic/ results in a clean compilation but the indicated style is not applied. Using a style

[NTG-context] Re: Modernizing Parametric type design A case study of Nupuram Malayalam typeface

2023-11-04 Thread BPJ
dth and/or a general slant trough `currenttransform := identity slanted ...`[3] and/or modifying heights, and the conversion method may be less sophisticated (though it avoided needing to remove overlaps!) but still! I have often thought about doing a more ambitious project using more metaness

[NTG-context] Re: slanted font feature: LMTX vs. MkIV

2023-09-02 Thread Pablo Rodriguez
On 9/2/23 12:42, Wolfgang Schuster wrote: > Pablo Rodriguez schrieb am 02.09.2023 um 12:35: >> [...] >> Sorry, but I don‘t know why this doesn‘t get the slanted font as bold (I >> know I should know better, but I‘m stuck at this): >> >> \definefontfamily[mai

[NTG-context] Re: slanted font feature: LMTX vs. MkIV

2023-09-02 Thread Wolfgang Schuster
Pablo Rodriguez schrieb am 02.09.2023 um 12:35: [...] Sorry, but I don‘t know why this doesn‘t get the slanted font as bold (I know I should know better, but I‘m stuck at this): \definefontfamily[mainface][rm][DejaVu Sans] [sl≃style:bf] You're using the wrong symbol (you have a math

[NTG-context] Re: slanted font feature: LMTX vs. MkIV

2023-09-02 Thread Pablo Rodriguez
same output as I get with MkIV, the slant stays > the same for all sizes. This works also perfectly fine for me now. Many thanks for the fix and the help, Hans and Wolfgang. Sorry, but I don‘t know why this doesn‘t get the slanted font as bold (I know I should know better, but I‘m stuck at t

[NTG-context] Re: slanted font feature: LMTX vs. MkIV

2023-09-02 Thread Wolfgang Schuster
][DejaVu Sans] [sl={style:tf, features:{default,slanted}}]    \setupbodyfont[maf, 8pt]    \setupfittingpage[offset=1ex]    \starttext    \startTEXpage    a {\em b}    \stopTEXpage    \startTEXpage[foregroundstyle={\setupbodyfont[100pt]}]    a {\em b}    \stopTEXpage    \stoptext Using LMTX

[NTG-context] Re: slanted font feature: LMTX vs. MkIV

2023-09-02 Thread Hans Hagen
:{default,slanted}}]    \setupbodyfont[maf, 8pt]    \setupfittingpage[offset=1ex]    \starttext    \startTEXpage    a {\em b}    \stopTEXpage    \startTEXpage[foregroundstyle={\setupbodyfont[100pt]}]    a {\em b}    \stopTEXpage    \stoptext Using LMTX higher font size gives less slanted text

[NTG-context] Re: slanted font feature: LMTX vs. MkIV

2023-09-02 Thread Wolfgang Schuster
Pablo Rodriguez schrieb am 02.09.2023 um 10:25: Dear list, I have the following sample (using current latest from 2023.08.27 13:48): \setupinteractionscreen[option=max] \definefontfamily[maf][rm][DejaVu Sans] [sl={style:tf, features:{default,slanted}}] \setupbodyfont[maf, 8pt

[NTG-context] slanted font feature: LMTX vs. MkIV

2023-09-02 Thread Pablo Rodriguez
Dear list, I have the following sample (using current latest from 2023.08.27 13:48): \setupinteractionscreen[option=max] \definefontfamily[maf][rm][DejaVu Sans] [sl={style:tf, features:{default,slanted}}] \setupbodyfont[maf, 8pt] \setupfittingpage[offset=1ex] \starttext

[NTG-context] Re: Applying \sc for smallcaps across styles

2023-08-19 Thread Hamid,Idris
in the document. Ah, yes (and a similar point can be made about slanted/oblique (\sl). Many thanks for the clarification. Idris -- Professor Idris Samawi Hamid Department of Philosophy Colorado State University Fort Collins, CO 80523

[NTG-context] Re: Applying \sc for smallcaps across styles

2023-08-19 Thread Hamid,Idris
. ConTeXt has a command which can be used to check whether the current active font provides the smcp feature but the recommended way is to choose a font which supports to method (\sc or \setsmallcaps) which is used in the document. Ah, yes (and a similar point can be made about slanted/oblique (\sl

Re: [NTG-context] How to add data from another PDF in index?

2023-02-26 Thread Joel via ntg-context
% > \defineregister[learnedshort][compress=yes] > \setupregister[learnedshort][style=sansbold, textstyle=slanted, n=2, > pagenumber=yes, indicator=no] % > \defineregister[learnedlong][compress=yes] > \setupregister[learnedlong][style=sansbold, textstyle=slanted, n=2, > pagenumber=yes, i

Re: [NTG-context] How to add data from another PDF in index?

2023-02-26 Thread Alan Braslau via ntg-context
his custom index using this code, in both the textbook and > workbook: % > \defineregister[learnedshort][compress=yes] > \setupregister[learnedshort][style=sansbold, textstyle=slanted, n=2, > pagenumber=yes, indicator=no] % > \defineregister[learnedlong][compress=yes] > \setupre

Re: [NTG-context] How to add data from another PDF in index?

2023-02-24 Thread Alan Braslau via ntg-context
: > I am making a textbook and workbook set. > I have this custom index using this code, in both the textbook and > workbook: % > \defineregister[learnedshort][compress=yes] > \setupregister[learnedshort][style=sansbold, textstyle=slanted, n=2, > pagenumber=yes, indicator=no] %

[NTG-context] How to add data from another PDF in index?

2023-02-23 Thread Joel via ntg-context
I am making a textbook and workbook set. I have this custom index using this code, in both the textbook and workbook: % \defineregister[learnedshort][compress=yes] \setupregister[learnedshort][style=sansbold, textstyle=slanted, n=2, pagenumber=yes, indicator=no] % \defineregister[learnedlong

Re: [NTG-context] Best way to access casul fonts

2023-01-30 Thread Mattias Märka via ntg-context
][name:LucidaBright-Demi] \definefontsynonym[SerifBoldItalic][name:LucidaBright-DemiItalic] \definefontsynonym[SerifSlanted][name:LucidaBright-Slanted] \definefontsynonym[SerifCaps][name:LucidaBrightSmallcaps] \definefontsynonym[SerifBoldCaps][name:LucidaBrightSmallCaps-Demi] \stoptypescript

[NTG-context] Why won't custom indexes work when the value comes from \getvalue?

2023-01-21 Thread Joel via ntg-context
\getvalue{} is placed inside, it can't find the value. Any suggestions? --Joel \defineregister[coreidea][compress=yes]\setupregister[coreidea][style=sansbold, textstyle=slanted, n=2, pagenumber=yes, indicator=no] \define[1]\setcoreidea{%     \coreidea{#1}% } \setvalue{secret1}{this won't work

Re: [NTG-context] move glyph vertically

2022-12-22 Thread Hans Hagen via ntg-context
xclamation marks, so they are at the same height that its closing counterparts. I thought there may be a GPOS feature that could achieve this, but I must admit I have no idea about how to achive it. In my document, this should only work with the slanted feature. Could anyone tell me how could I move vertically

[NTG-context] move glyph vertically

2022-12-22 Thread Pablo Rodriguez via ntg-context
there may be a GPOS feature that could achieve this, but I must admit I have no idea about how to achive it. In my document, this should only work with the slanted feature. Could anyone tell me how could I move vertically single glyphs? Many thanks f

[NTG-context] Definestartstop, Narrower, and Blockquotej

2022-12-17 Thread Michael Urban via ntg-context
I get a decidedly odd (or, at least, unexpected by me) result from this, based on the example on the contextgarden page for definestartstop: \starttext \defineblank[ExtractDistance][3pt] \definestartstop[Extract][ style=slanted, before={\blank[ExtractDistance] \setupnarrower[left

[NTG-context] lmtx upload

2022-12-01 Thread Hans Hagen via ntg-context
nice: https://gitlab.com/smc/fonts/Nupuram/-/blob/master/docs/README.md which is used like: \startTEXpage[offset=1dk,align={normal,tolerant,stretch}] \definefontfeature[colored][default][colr=9] \definefontfeature[slanted][default][slant=.2] \definedfont[name:nupuramregular*default

Re: [NTG-context] Getting started with Japanese

2022-07-10 Thread Wolfgang Schuster via ntg-context
with Japanese in LMTX (on macOS). 1. You need a font to typeset japanese. 2. Add \setscript[nihongo] to your document to enable line breaks. begin example \definefontfamily [noto-cjk-jp] [serif] [Noto Serif CJK JP]   [it={style:regular,features:{*,slanted}},    bi={style:bold,features:{*,slanted

Re: [NTG-context] upload

2022-07-09 Thread Hans Hagen via ntg-context
why such a simple and elegant solution was not around before… they were to some extend (in split=text mode) but never advocated but we added some to it as well as made it work with diferent alignments (most noticeably slanted) and number placement (overflow) As a plain TeX traditionalist I am

Re: [NTG-context] Auto width and height on table cells

2022-06-30 Thread Hans Hagen via ntg-context
right. You're joking right? SInce when can one not set up something in some context subsystem? Why would I make a table mechanism with no presets? \starttext \setupxtable[suffix][align=middle,foregroundcolor=red] \setupxtable[blabla][foregroundstyle=slanted] \setupxtable[crap] [foregroundcolor

Re: [NTG-context] How to create an index that refers to multiple other books?

2022-01-18 Thread Hans Hagen via ntg-context
[learned][style=sansbold, textstyle=slanted, n=1, pagenumber=yes] \starttext         \learned{CCSS+W.7.3}     \input knuth         \learned{CCSS+W.7.3}     \input knuth         \learned{CCSS+W.7.1}     \startchapter[title=Standards]         \placelearned     \stopchapter \stoptext

Re: [NTG-context] How to create an index that refers to multiple other books?

2022-01-18 Thread Joel via ntg-context
it creates a custom index entry, and `\placelearned` displays that index. \defineregister[learned][compress=yes] \setupregister[learned][style=sansbold, textstyle=slanted, n=1, pagenumber=yes] \starttext         \learned{CCSS+W.7.3}     \input knuth         \learned{CCSS+W.7.3}     \input knuth       

[NTG-context] How to create an index that refers to multiple other books?

2022-01-18 Thread Joel via ntg-context
the following code to create such an index, if I simply place `\learned{}` somewhere containing the standard's ID, it creates a custom index entry, and `\placelearned` displays that index. \defineregister[learned][compress=yes] \setupregister[learned][style=sansbold, textstyle=slanted, n=1

Re: [NTG-context] How to manually adjust the sort order of items appearing in a custom index?

2022-01-17 Thread Henning Hraban Ramm via ntg-context
Here is my minimum working example: \defineregister[listdates][compress=yes] \setupregister[listdates][style=sansbold, textstyle=slanted, n=1, pagenumber=yes] \define[2]\dateis{%     \listdates{#1~\emdash ~#2}% }% \starttext \dateis{1900s+1911}{Some event happened} \dateis{1900s+1912}{Yet an

[NTG-context] How to manually adjust the sort order of items appearing in a custom index?

2022-01-17 Thread Joel via ntg-context
tdates][compress=yes] \setupregister[listdates][style=sansbold, textstyle=slanted, n=1, pagenumber=yes] \define[2]\dateis{%     \listdates{#1~\emdash ~#2}% }% \starttext \dateis{1900s+1911}{Some event happened} \dateis{1900s+1912}{Yet another event happened} \dateis{1900s+1912}{Another event happ

Re: [NTG-context] Fallback fails for Linux Libertine O to Junicode over private area, debugging?

2022-01-07 Thread Hans Hagen via ntg-context
with a Junicode fallback, lib-fb-jun \definefontfallback[junicodefallback][name:Junicode][privateusearea][check=yes,force=no] \starttypescript [serif] [lib-fb-jun] \definefontsynonym [Libertine-Roman] [file:linlibertiner] \definefontsynonym [Libertine-Slanted] [file:linlibertineri] % works fine

Re: [NTG-context] Fallback fails for Linux Libertine O to Junicode over private area, debugging?

2022-01-07 Thread J .  P . Ascher via ntg-context
, lib-fb-jun > > > \definefontfallback[junicodefallback][name:Junicode][privateusearea][check=yes,force=no] > > \starttypescript [serif] [lib-fb-jun] >\definefontsynonym [Libertine-Roman] [file:linlibertiner] >\definefontsynonym [Libertine-Slanted] [file:linlibertineri] % works f

Re: [NTG-context] Fallback fails for Linux Libertine O to Junicode over private area, debugging?

2022-01-07 Thread Youssef Cherem via ntg-context
ontfallback[junicodefallback][name:Junicode][privateusearea][check=yes,force=no] > > \starttypescript [serif] [lib-fb-jun] > \definefontsynonym [Libertine-Roman] [file:linlibertiner] > \definefontsynonym [Libertine-Slanted] [file:linlibertineri] % works > fine > \stoptypesc

[NTG-context] Fallback fails for Linux Libertine O to Junicode over private area, debugging?

2022-01-07 Thread J .  P . Ascher via ntg-context
[junicodefallback][name:Junicode][privateusearea][check=yes,force=no] \starttypescript [serif] [lib-fb-jun] \definefontsynonym [Libertine-Roman] [file:linlibertiner] \definefontsynonym [Libertine-Slanted] [file:linlibertineri] % works fine \stoptypescript \starttypescript [serif] [lib-fb-jun] [name

Re: [NTG-context] context manuals -- absence of \definefontfamily

2022-01-04 Thread Jeong Dal via ntg-context
, force=yes] \definefallbackfamily [nanum] [rm] [Noto Serif CJK KR] [range={cjkunifiedideographs},force=yes] \definefontfamily [nanum] [rm] [Nanum Myeongjo OTF] [ it={style:regular,features:{*,slanted}}, bi={style:bold,features:{*,slanted}},force=yes] Explanation: 1. I use Korean fo

Re: [NTG-context] Question on style-italic vs style=italicface

2021-10-24 Thread Wolfgang Schuster via ntg-context
(the \sc column is the fallback style). \swapface is unchanged and I'm not sure about its output because it uses the \em code for italic and slanted which means \setupbodyfontenvironment[default][em=blue] affects also the \swapface results. Thank you very much for attacking and clarifying

Re: [NTG-context] Question on style-italic vs style=italicface

2021-10-02 Thread Henning Hraban Ramm via ntg-context
; Attached is the output from a modified version of the styling command (the > \sc column is the fallback style). \swapface is unchanged and I'm not sure > about its output because it uses the \em code for italic and slanted which > means \setupbodyfontenvironment[default][em=blue] affects

Re: [NTG-context] Question on style-italic vs style=italicface

2021-10-02 Thread Wolfgang Schuster via ntg-context
for italic and slanted which means \setupbodyfontenvironment[default][em=blue] affects also the \swapface results. Wolfgang emphasis.pdf Description: Adobe PDF document ___ If your question is of interest to others

Re: [NTG-context] Question on style-italic vs style=italicface

2021-09-26 Thread Rik Kabel via ntg-context
report: \meaning\italicface gives: protected macro:\relax \ifx \fontalternative \s!tf \it \orelse \ifx \fontalternative \s!bf \bi \else \tf \fi This leaves out the transition from bi to bf. That transition is done by \emph, but \emph may give slanted while \italicface is always italic

Re: [NTG-context] Question on style-italic vs style=italicface

2021-09-26 Thread Wolfgang Schuster via ntg-context
}: \type{\emIt \definehighlight[style=italic]} \stoptext The \em command has two special values which are allowed when you change the style with     \setupbodyfontenvironment[default][em=...] with the value "slanted" and "italic". When you choose one of them

Re: [NTG-context] Question on style-italic vs style=italicface

2021-09-26 Thread Rik Kabel via ntg-context
]} \stoptext The \em command has two special values which are allowed when you change the style with     \setupbodyfontenvironment[default][em=...] with the value "slanted" and "italic". When you choose one of them the result depends on the current weight (\tf or \bf) but wit

Re: [NTG-context] Question on style-italic vs style=italicface

2021-09-26 Thread Wolfgang Schuster via ntg-context
are allowed when you change the style with     \setupbodyfontenvironment[default][em=...] with the value "slanted" and "italic". When you choose one of them the result depends on the current weight (\tf or \bf) but with every other value you're just using whatever the style c

Re: [NTG-context] typescripts and variants

2021-06-23 Thread Hans Hagen
On 6/23/2021 10:32 PM, Henning Hraban Ramm wrote: Am 23.06.2021 um 21:42 schrieb Bruce Horrocks : On 23 Jun 2021, at 07:43, Henning Hraban Ramm wrote: You can combine whatever you like in one typescript, but you’re restricted to six styles (regular, italic, slanted, bold, bold italic

Re: [NTG-context] typescripts and variants

2021-06-23 Thread Henning Hraban Ramm
> Am 23.06.2021 um 21:42 schrieb Bruce Horrocks : > > >> On 23 Jun 2021, at 07:43, Henning Hraban Ramm wrote: >> >> You can combine whatever you like in one typescript, but you’re restricted >> to six styles (regular, italic, slanted, bold, bold italic, bold

Re: [NTG-context] typescripts and variants

2021-06-23 Thread Bruce Horrocks
> On 23 Jun 2021, at 07:43, Henning Hraban Ramm wrote: > > You can combine whatever you like in one typescript, but you’re restricted to > six styles (regular, italic, slanted, bold, bold italic, bold slanted). You > can just “abuse” the italic or slanted styles for you

Re: [NTG-context] typescripts and variants

2021-06-23 Thread Wolfgang Schuster
, italic, slanted, bold, bold italic, bold slanted). You can just “abuse” the italic or slanted styles for your other weights. ... or use roman styles, if you don’t need roman. Thanks for your help. After playing a bit more with the different variants for loading fonts it looks like I don't even

Re: [NTG-context] typescripts and variants

2021-06-23 Thread denis.maier
hatever you like in one typescript, but you’re restricted > > to > six styles (regular, italic, slanted, bold, bold italic, bold slanted). You > can just > “abuse” the italic or slanted styles for your other weights. > > ... or use roman styles, if you don’t need roman. Th

Re: [NTG-context] typescripts and variants

2021-06-23 Thread Henning Hraban Ramm
ular ExtraBold.) >> Is my understanding of typescripts correct that I cannot have bold and >> extrabold in the same typescript? And that I need a typescript for regular >> and one for the semicondensed variants? > > You can combine whatever you like in one typescript, but you

Re: [NTG-context] typescripts and variants

2021-06-23 Thread Henning Hraban Ramm
d and > extrabold in the same typescript? And that I need a typescript for regular > and one for the semicondensed variants? You can combine whatever you like in one typescript, but you’re restricted to six styles (regular, italic, slanted, bold, bold italic, bold slanted). You can just “abus

Re: [NTG-context] new upload / math

2021-06-11 Thread Pablo Rodriguez
On 6/11/21 6:08 PM, Hans Hagen wrote: > Hi, > > In addition the the mentioned integral trickery we can now do this > > \setupbodyfont[newcomputermodern-book] Hi Hans, many thanks for the new upload. I’m afraid that now slanted for New Computer Modern Mono doesn’t work: \m

[NTG-context] Macro to write a letter with \ mathscript{}

2021-04-17 Thread Fabrice Couvreur
] [text=Définition, number=no, headcommand=\groupedcommand{}{}, style=slanted] \setupmathematics[stylealternative=calligraphic] \unexpanded\def\CScript#1#2{\start\switchtobodyfont[stixtwo]\m{{\mathscript{#1}}_{#2}}\stop} \unexpanded\def\cscript#1{\start\switchtobodyfont[stixtwo]\m

Re: [NTG-context] basic issues with formulas

2020-12-03 Thread Wolfgang Schuster
tc. text \starttext \startlines $\mathtexttf{upright text}$ $\mathtextit{italic text}$ $\mathtextsl{slanted text}$ $\mathtextbf{bold text}$ $\mathtextbi{bolditalic text}$ $\mathtextbs{boldslanted text}$ \stoplines \startlines $\mathwordtf{upright word}$ $\mathwordit{italic word}$ $\mat

Re: [NTG-context] Piecewise margin line

2020-11-19 Thread Otared Kavian
, background=color, backgroundcolor=white, ] %%% \defineenumeration[proclaim] [text=, before={\starttextbackground[leftbartext]}, after={\stoptextbackground}, style=slanted, title=yes, titleleft=, titleright

Re: [NTG-context] weird behavior of font.feature.effect

2020-11-08 Thread Wolfgang Schuster
Sylvain Hubert schrieb am 08.11.2020 um 13:02: On Sun, 8 Nov 2020 at 11:24, Pablo Rodriguez <mailto:oi...@gmx.es>> wrote: Hi Sylvain, this is the same as:   \definefontfamily[face1][rm][gabriola] Just in case, "slanted" is an already defined feature. It

Re: [NTG-context] weird behavior of font.feature.effect

2020-11-08 Thread Sylvain Hubert
On Sun, 8 Nov 2020 at 11:24, Pablo Rodriguez wrote: > Hi Sylvain, > > this is the same as: > > \definefontfamily[face1][rm][gabriola] > > Just in case, "slanted" is an already defined feature. It slants the font. > > > \definefontfamily[fa

Re: [NTG-context] weird behavior of font.feature.effect

2020-11-08 Thread Pablo Rodriguez
] Just in case, "slanted" is an already defined feature. It slants the font. >     \definefontfamily[face2][rm][gabriola][it={features:{default, > effect={}}}] >     \definefontfamily[face3][rm][gabriola][it={features:{default, > effect={width=1.0}}}] BTW, the documentation is cl

Re: [NTG-context] The correct way to add emphasis to text using italics

2020-10-21 Thread Aditya Mahajan
hat special: it does automatic italic correction and changes the > alternative depending on the current alternative. For example, if the > current font alternative is normal (i.e. upright), \em switches to slanted; > and if the current font alternative is slanted, \em switches to normal." >

[NTG-context] The correct way to add emphasis to text using italics

2020-10-21 Thread Andres Conrado Montoya
nding on the current alternative. For example, if the current font alternative is normal (i.e. upright), \em switches to slanted; and if the current font alternative is slanted, \em switches to normal." And using \definebodyfontenvironment[default][em=italic] to use italic instead of slanted; fo

Re: [NTG-context] OK, I Don't Quite Understand \definefontfamily

2020-09-29 Thread Wolfgang Schuster
, the built-in gyre bonum font doesn't have a slanted/oblique variant, so if I have Bookman as my main body font, \sl produces (unsurprisingly) the same result as \it, TexGyreBonum-Italic. If I want \sl to summon Latin Modern for the variant, I have tried variations on \definetypeface [Bookman] [rm

Re: [NTG-context] OK, I Don't Quite Understand \definefontfamily

2020-09-28 Thread Michael Urban
ubstitute, works fine) >> Now, the built-in gyre bonum font doesn't have a slanted/oblique variant, so >> if I have Bookman as my main body >> font, \sl produces (unsurprisingly) the same result as \it, >> TexGyreBonum-Italic. If I want \sl to summon >> Latin Modern

Re: [NTG-context] OK, I Don't Quite Understand \definefontfamily

2020-09-28 Thread Wolfgang Schuster
] [default] \definetypeface [Bookman] [ss] [sans] [unitus] [default] \definetypeface [Bookman] [mm] [math] [modern] [default] (Unitus is the fontsite 500 'Univers' substitute, works fine) Now, the built-in gyre bonum font doesn't have a slanted/oblique variant, so if I have Bookman as my main body font

[NTG-context] OK, I Don't Quite Understand \definefontfamily

2020-09-25 Thread Michael Urban
] [unitus] [default] \definetypeface [Bookman] [mm] [math] [modern] [default] (Unitus is the fontsite 500 'Univers' substitute, works fine) Now, the built-in gyre bonum font doesn't have a slanted/oblique variant, so if I have Bookman as my main body font, \sl produces (unsurprisingly) the same result

Re: [NTG-context] embolden font in LMTX

2020-07-16 Thread Hans Hagen
On 7/15/2020 5:03 PM, Pablo Rodriguez wrote: Dear list, I have the following sample: \definefontfamily [mainface] [rm] [TeX Gyre Pagella] [it={style:regular, features:{default, slanted}}, bi={style:regular, features:{default, boldened, slanted

[NTG-context] embolden font in LMTX

2020-07-15 Thread Pablo Rodriguez
Dear list, I have the following sample: \definefontfamily [mainface] [rm] [TeX Gyre Pagella] [it={style:regular, features:{default, slanted}}, bi={style:regular, features:{default, boldened, slanted}}, bf={style:regular, features:{default

Re: [NTG-context] module article-basic interferes with \definebodyfont?

2020-05-01 Thread Wolfgang Schuster
, I think (not that I need it, I only want the ss form anyway). This has still nothing to do with the serif/roman style, what the setup does is to map the slanted and boldslanted alternatives to the italic files. You can achieve the same with two additional \definefontsynonym lines for &qu

Re: [NTG-context] simple way to change value of 'x' in \tfx?

2020-04-27 Thread Wolfgang Schuster
] \setupbodyfontenvironment[default]  [em=italic] Not necessary because Pagella has no slanted alternative and \sl uses the italic alternative. \setupdelimitedtext[blockquote][style=\tfx, before={\blank\setupinterlinespace[line=2.4ex]},after={\blank}] My publisher thinks the default scaling of 'x' (0.8) is too

Re: [NTG-context] Second derivative ''

2020-03-05 Thread Mikael P. Sundqvist
the same prime character as in TeX/LaTeX? Or has > something changed in latin modern? See the attached pdf files > (derivatives.pdf from ConTeXt and primetime-crop.pdf from lualatex). The > prime character looks more slanted in ConTeXt. It also almost looks like it > is cut horizontally

Re: [NTG-context] Second derivative ''

2020-03-05 Thread Wolfgang Schuster
from ConTeXt and primetime-crop.pdf from lualatex). The prime character looks more slanted in ConTeXt. It also almost looks like it is cut horizontally at the bottom of the character. Also, the space between the two x in the subscript looks a bit large to me. Is that easily tuned? ConTeXt uses

Re: [NTG-context] Second derivative ''

2020-03-05 Thread Mikael P. Sundqvist
} unless of course > the index applies the second something > > But i bet that Aditya can give the real answer. > > Hans > > - > Hans Hagen | PRAGMA ADE >

Re: [NTG-context] formatting index entries

2019-08-21 Thread Robert Zydenbos
I know that there are commands for >> formatting index entries, like: >> >> \index{sl::īga} >> >> if I want the word 'īga' to be printed in slanted type. I also know that we >> can create sub-entries, like >> >> \index{īga+emphasized} >> >> Bu

Re: [NTG-context] formatting index entries

2019-08-21 Thread Wolfgang Schuster
Robert Zydenbos schrieb am 21.08.2019 um 10:59: Dear list members, In my book I am creating an index. I know that there are commands for formatting index entries, like: \index{sl::īga} if I want the word 'īga' to be printed in slanted type. I also know that we can create sub-entries, like

[NTG-context] formatting index entries

2019-08-21 Thread Robert Zydenbos
Dear list members, In my book I am creating an index. I know that there are commands for formatting index entries, like: \index{sl::īga} if I want the word 'īga' to be printed in slanted type. I also know that we can create sub-entries, like \index{īga+emphasized} But now I want the word

Re: [NTG-context] Wiki update

2019-05-31 Thread Hans Hagen
, and it outputs the definition of the internal \*section* command, of which \section is an instance. (The parents of instances are printed in a slanted font). This is absolutely magic and extremely useful! Thank you, Wolfgang, Taco and Hans! I wonder whether the magic behind the scenes would

Re: [NTG-context] Wiki update

2019-05-30 Thread Otared Kavian
rent arguments, and it outputs the definition of the internal > \*section* command, of which \section is an instance. (The parents of > instances are printed in a slanted font). This is absolutely magic and extremely useful! Thank you, Wolfgang, Taco and Hans! I wonder whether the magic behind th

Re: [NTG-context] Wiki update

2019-05-30 Thread Procházka Lukáš Ing .
. Multiple tables actually, as it also outputs the alternative calls with different arguments, and it outputs the definition of the internal \*section* command, of which \section is an instance. (The parents of instances are printed in a slanted font). this is really great! This gives idea what

[NTG-context] Wiki update

2019-05-30 Thread Taco Hoekwater
of instances are printed in a slanted font). There are 2035 normal commands and 373 instances in the database, essentially covering all the style- and document-level commands in ConTeXt. I’ve decided not to add the low-level system commands because (apart from perhaps a few special cases) these do

Re: [NTG-context] Hyphenation questions

2019-05-01 Thread Henning Hraban Ramm
ust three words for correct hyphenation? > > \starttext > English ... \language[de]{Deutsch} > \stoptext Shouldn’t that be \starttext English ... {\language[de]Deutsch} \stoptext ? For most languages you can also use their shortcut, e.g. \de, \ru, \en – but not \it (itali

Re: [NTG-context] Left frame on a block of text

2019-04-21 Thread Otared Kavian
, % topoffset=-2mm ] \defineenumeration[proclaim] [text=, before={\startsidebar[ProclaimSidebar]}, after={\stopsidebar}, style=slanted, title=yes, titleleft=, titleright={.}, % alternative=serried, alternative=hanging

Re: [NTG-context] definefont (was: definefontfamily use)

2019-01-23 Thread Henning Hraban Ramm
=\TitleFont,page=no] \definehighlight[emph][style=italic] \starttext \chapter{My \emph{special} chapter} % no font change \input tufte \emph{\input knuth.tex } \chapter{My {\em oldfashioned} chapter} % slanted body font \input tufte {\em\input knuth.tex } \stoptext - Am 2019-01-22 um 19:57 schrieb

[NTG-context] Documentation of change / Evolving documents

2019-01-19 Thread Axel Kielhorn
] \setupbodyfont[11pt] \defineregister [change] \setupregister [change] [ indicator=no %% no letter style=sansbold, %% headings textstyle=slanted,%% entries pagestyle=bolditalic, %% page refs n=1, %% columns ] \def\ChangeV#1#2{\change{#1+#2}\doifmode

Re: [NTG-context] graphics

2018-12-08 Thread Mikael P. Sundqvist
On Fri, Dec 7, 2018 at 4:15 PM Alan Braslau wrote: > > On Fri, 7 Dec 2018 09:06:03 +0100 > "Mikael P. Sundqvist" wrote: > > > 2) Support for transforming images in a more general way. With the > > zscaled, slanted, ... we are able to transform any object in a

Re: [NTG-context] graphics

2018-12-07 Thread Alan Braslau
On Fri, 7 Dec 2018 09:06:03 +0100 "Mikael P. Sundqvist" wrote: > 2) Support for transforming images in a more general way. With the > zscaled, slanted, ... we are able to transform any object in an affine > way. It would be nice to be able to transform any object in a more

Re: [NTG-context] graphics

2018-12-07 Thread Mikael P. Sundqvist
ut this a while ago and got a simple solution working for that curve, but I think a general working solution would be neat. I think the bernoulli lemniscate could be a good test curve, since it intersect itself. 2) Support for transforming images in a more general way. With the zscaled, slanted, .

  1   2   3   4   5   6   >